home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / 0844.ZIP / SUNRISE.ARC / SUNRISE.DOC < prev    next >
Text File  |  1987-11-02  |  4KB  |  109 lines

  1.  
  2.                                                            November 2, 1987
  3.  
  4.  
  5.                                Sunrise Program
  6.                              by John Hendrickson
  7.  
  8.  
  9.  
  10.     This SUNRISE PROGRAM will compute the times of sunrise and sunset for 
  11. every day of any year, and for any place on earth.  It will then print this 
  12. entire year of data on a 8" by 11" sheet of paper.
  13.  
  14.     ACCURACY is one of the main items, that I have stressed in this 
  15. program.  I have incorporated data from the U.S. Nautical Almanac and have 
  16. tried to pinpoint the position of the sun to the nearest minute of a degree 
  17. in these computations.  There is also a correction for each year of data.  
  18. There is also a correction for the size of the sun and the atmosphere 
  19. effect on the bending of sunlight near sunrise or sunset.  Even though, I 
  20. cannot rule out all errors, I believe that the results should be within 30 
  21. seconds of complete accuracy.
  22.  
  23.  
  24.     To see an example on how this program works type DEMO and hit return.  
  25. Make sure that your printer is turned on.  Also, make sure that your printer 
  26. is set in draft mode.  This is required since this program will make use of 
  27. the compressed mode of your printer.  If your printer is not epson compatible 
  28. you can re-direct the output to a file and then edit it with a word 
  29. processor.  I will explain later on how to do this.
  30.  
  31.  
  32.                              HOW TO RUN SUNRISE
  33.  
  34.     The program will prompt you on what to do.  FIRST type SUNRISE.
  35. The following menu will appear on your screen.  These questions will appear 
  36. one at a time in which you will answer and hit return. SEE FOLLOWING 
  37. EXAMPLE:
  38.  
  39.                     ...SUNRISE PROGRAM...
  40.                      by John Hendrickson
  41.  
  42.  
  43. ENTER IN LAST TWO DIGITS OF YEAR? 88
  44.  
  45. NAME OF LOCATION? 
  46. INDIANAPOLIS, IN
  47.  
  48. LATITUDE AND LONGITUDE SHOULD BE ENTERED IN THE FOLLOWING FORMAT   LL.MM
  49. WHERE LL IS IN DEGREES AND MM IS IN MINUTES
  50.  
  51. LATITUDE?  39.44
  52. LONGITUDE? 86.16
  53.  
  54. TIME ZONE IS BASED FROM WHICH MERIDIAN? 75
  55.  
  56. ....PROGRAM SHOULD COMPLETE RUNNING IN LESS THAN 2 1/2 MINUTES....
  57.  
  58.     OUTPUT WILL BE SENT TO LPT1
  59.  
  60. Stop - Program terminated.
  61.  
  62.     Here are a couple of notes.  Latitude and Longitude should be entered 
  63. to the nearest degree and minute.  A negative number would indicate a 
  64. location in the eastern or southern hemisphere.  When entering in the time 
  65. zone, type the number for which meridian that time zone originates from.  
  66. For example
  67.  
  68. EST would be 75
  69. CST would be 90
  70. MST would be 105
  71. PST would be 120
  72.  
  73.     I have not yet made a provision for daylight time.  However, you could 
  74. get the results for an entire year by subtracting 15 from any of the 
  75. numbers listed above.
  76.  
  77.     The data file to this program has been set up so that you can re-direct 
  78. the output.  By using a word processor you can edit the first line and 
  79. change the name LPT1 to another device or file name.  MAKE SURE THAT YOU 
  80. CHANGE NOTHING ELSE and everything is converted back to ASCI.
  81.  
  82.     You can also set up additional data files for different locations and 
  83. then run this program over and over from a batch file.  For example, you 
  84. could compute print the sunrise and sunset times for New York City, 
  85. Chicago, and Honolulu by typing a batch file like the following.
  86.  
  87.     TEST2.bat  where test2 contained
  88.  
  89. SUNRISE < NYC.DAT
  90. SUNRISE < CHI.DAT
  91. SUNRISE < HON.DAT
  92.  
  93.     You can examine TEST.BAT and INDY.DAT for more information on how to do 
  94. this.
  95.  
  96.     There is no charge for this program.  However, if you find this program 
  97. to be useful to you, a small contribution of $5.00 or $10.00 would be 
  98. appreciated.  You can send check to:
  99.  
  100.                   John Hendrickson
  101.                   7715 White Dove Dr.
  102.                   Indianapolis, In. 46256
  103.  
  104.     I would also appreciate any comments or improvements that could be 
  105. made.
  106.  
  107. If you want a printed copy of this document type COPY SUNRISE.DOC PRN
  108.  
  109.